home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / ELEMENTS.C < prev    next >
C/C++ Source or Header  |  1994-11-08  |  519b  |  25 lines

  1. #include <config.h>
  2. /* $Id: elements.c,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  3.  */
  4. char *elements_id = "$Id: elements.c,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $";
  5. #include <stdio.h>
  6. #include <math.h>
  7. #include "elements.h"
  8. #include "phfeat.h"
  9.  
  10. Elm_t Elements[] =
  11. {
  12. #include "Elements.def"
  13. };
  14.  
  15. unsigned num_Elements = (sizeof(Elements) / sizeof(Elm_t));
  16.  
  17. char *Ep_name[nEparm] =
  18. {
  19.  "fn", "f1", "f2", "f3",
  20.  "b1", "b2", "b3", "an",
  21.  "a1", "a2", "a3", "a4",
  22.  "a5", "a6", "ab", "av",
  23.  "avc", "asp", "af"
  24. };
  25.